home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / clk11.zip / CLK.DOC next >
Text File  |  1991-11-14  |  6KB  |  184 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.        
  8.        CLK.EXE 1.1
  9.        Copyright 1991 by Chuck Steenburgh
  10.        
  11.           DOS offers the TIME and DATE commands which allow to   
  12.        display, then set, the time and date.  Unfortunately,     
  13.        these commands "hang up" your system in that they prompt  
  14.        you for a new time and/or date when entered by themselves 
  15.        on the command line.  CLK allows you to display the time  
  16.        and date and then immediately terminate.                  
  17.        
  18.        Usage:       CLK [/T] [/W] [/M] [/D] [/C]                       |
  19.        
  20.                  /T             displays the time in 24-hour 
  21.                                 format                       
  22.                                 
  23.                  /W             displays three-letter abbreviation 
  24.                                 for the day of the week            
  25.                                
  26.                  /M             displays three-letter abbreviation 
  27.                                 for the month                      
  28.                                 
  29.                  /D             displays the date
  30.                  
  31.                  /C             centers the displayed string on the    |
  32.                                 current line.
  33.                                                                        
  34.        Examples: (assuming run at 11:45am Sunday 6 October 1991)      
  35.                                 
  36.             CLK                 displays the current time and date in 
  37.                                 the form: Sun Oct 06 11:45:00 1991    
  38.                                 
  39.             CLK /t              displays time: 11:45:00               
  40.             
  41.             CLK /w              displays day of the week: Sun         
  42.             
  43.             CLK /m              displays month: Oct                   
  44.             
  45.             CLK /d              displays date: 06                     
  46.             
  47.             CLK /t /m /d /w     displays: 11:45:00 Sun Oct 06         
  48.             
  49.             CLK /c /w /t        displays: 11:45:00 Sun (centered on    |
  50.                                 current line)                          |
  51.             
  52.           Command-line parameters may be entered in any order.  Dif- 
  53.        ferent elements of the date/time, however, will always be dis-
  54.        played in the following order: time, day of the week, month,  
  55.        and date.                                                     
  56.        
  57.        
  58.        DISCLAIMER
  59.        
  60.           The programs described in this documentation are guaran-
  61.  
  62.                                      Page 1
  63.  
  64.  
  65.  
  66.  
  67.  
  68.        teed to absolutely nothing!  They have, however, in my exper-
  69.        ience performed essentially as described herein.  The author
  70.        will not be responsible for any loss or damages caused through
  71.        the use of these programs.
  72.        
  73.           All trademarks are property of their respective owners.
  74.        
  75.           The programs and documentation are Copyright 1991 by Chuck
  76.        Steenburgh.  You are encouraged to distribute these programs
  77.        provided the following conditions are met:
  78.        
  79.           - all files listed in the file FILES.TXT must be distrib-
  80.             uted together in UNMODIFIED form
  81.        
  82.           - you charge no more than a reasonable fee for copying or
  83.             subscription, and clearly indicate that payment of such
  84.             a fee does NOT grant ownership of the programs.
  85.        
  86.           This program is part of set of utilities known as STEEN-
  87.        BURGH'S STUFF (Mildly Useful Utilities).  The full set of
  88.        utilities includes the following programs:
  89.        
  90.             BATBOX:     Simple menu creation/input system
  91.             CLK:        Displays time on screen
  92.             DOSVER:     Checks for DOS version currently running
  93.             FREEDISK:   Checks for available disk space
  94.             INPUT:      Simple prompt/input system
  95.             KLS:        Colorful screen-clearing utility
  96.             LAUNCHER:   File selection/execution system
  97.             MUSIC115:   Plays transcribed sheet music on the PC
  98.             RAND:       Random number generator
  99.             SKIP:       Prints blank lines from batch files
  100.             SOUNDER:    Wide range of noise making options
  101.             WAITFOR:    Timed pauses 
  102.             WHENISIT:   Date/time telling utility
  103.             WRITE:      Colorful output anywhere on screen
  104.             XD:         Create/switch directories at the same time
  105.        
  106.           Payment of the $10 registration fee automatically registers
  107.        you for the full set.
  108.        
  109.           You may evaluate these programs for up to 30 days on a free
  110.        trial basis.  After 30 days, you should register your use of
  111.        these programs.  The registration fee is $10, payable to the
  112.        author at the address given below.
  113.        
  114.           Let's be real: I don't plan to make alot of money this way.
  115.        Registration does have its advantages:
  116.        
  117.           - I am improving these programs all the time.  Registration
  118.             will get you IMMEDIATELY a disk with the latest version,
  119.             which includes a version of BATBOX with user-selected 
  120.             menu colors.  When Version 2.0 of these utilities is re-
  121.             leased, you will also receive that free of charge.
  122.  
  123.                                      Page 2
  124.  
  125.  
  126.  
  127.  
  128.  
  129.        
  130.           - While I can't promise to include everyone's suggestions
  131.             in program updates, you can bet I'll listen to registered
  132.             users before any of you scrounges out there.
  133.        
  134.           - You will me feel all warm and fuzzy and appreciated, and
  135.             all that good stuff.
  136.        
  137.           - You will also get an evaluation copy of my text-file for-
  138.             matting program (used to produce the margins in this doc-
  139.             ument).
  140.        
  141.           Send comments/registrations to:
  142.        
  143.                Chuck Steenburgh
  144.                304A North Main Street
  145.                Lexington, VA 24450
  146.                (703)464-5290
  147.        
  148.                CIS 72330,1776 (I haunt the IBMSYS and IBMPRO forums)
  149.        
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.                                      Page 3